char* buff;
int line = 0;
Waypoint* wpt = NULL;
- Waypoint* prev = NULL;
route_head* head = NULL;
while ((buff = gbfgetstr(fin))) {
case 'P': /* proximity waypoint */
case 'W': /* normal waypoint */
wpt = parse_waypt(cin + 3);
- prev = wpt;
if (wpt) {
if (mode == rtedata) {
route_add_wpt(head, wpt);
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.4 */
/* Command-line: gperf --output-file=xcsv_tokens.gperf -L ANSI-C -D -t xcsv_tokens.in */
/* Computed positions: -k'2,4-5,12,$' */
#ifdef __GNUC__
__inline
-#ifdef __GNUC_STDC_INLINE__
+#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__
__attribute__ ((__gnu_inline__))
#endif
#endif